home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000292_news@newsmaster….columbia.edu _Thu Sep 4 14:19:43 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  6KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA00304
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 4 Sep 1997 14:19:42 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA25870
  7.     for kermit.misc@watsun; Thu, 4 Sep 1997 14:19:25 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.terminals,comp.unix.aix,comp.protocols.kermit.misc
  11. Subject: Re: VT320 emulation
  12. Date: 4 Sep 1997 18:19:20 GMT
  13. Organization: Columbia University
  14. Lines: 115
  15. Message-ID: <5umu38$css$1@apakabar.cc.columbia.edu>
  16. References: <340AB90E.2781@atess.bel.alcatel.be> <5ukmsb$7uo$1@vixen.cso.uiuc.edu> <5uldce$i53$1@apakabar.cc.columbia.edu> <5ummsu$m1$1@masala.cc.uh.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.terminals:11216 comp.unix.aix:119262 comp.protocols.kermit.misc:7612
  19.  
  20. In article <5ummsu$m1$1@masala.cc.uh.edu>,
  21. Vincent H. <vch07342@Bayou.UH.EDU> wrote:
  22. : : In article <5ukmsb$7uo$1@vixen.cso.uiuc.edu>,
  23. : : Bob Shair (courtesy)  <rmshair@delphi.beckman.uiuc.edu> wrote:
  24. : : : In comp.unix.aix Bernhard Hochstetter <bhochstetter@psi.de> wrote:
  25. : : : > Luc Nys wrote:
  26. : : : > > I'm looking for a VT 320 terminal emulator program for AIX.
  27. : : : > > Who can give me some ideas/hints? Any help is appreciated.
  28. : : : 
  29. : : : > use kermit ! The vt-emulation of kermit is good and you can use it on
  30. : : : > serial and network connections.
  31. : : : 
  32. : : : I regret that, as far as I can discover, C-Kermit under Unix doesn't
  33. : : : provide terminal emulation.  Sad, because C-Kermit under OS/2 and
  34. : : : K95 provide the best VT 320 emulation in the business.
  35. : Jeffrey Altman (jaltman@watsun.cc.columbia.edu) wrote:
  36. : : It is true that C-Kermit does not provide terminal emulation.
  37.  
  38. (This was explained in detail in a separate posting.)
  39.  
  40. : : But that is because X Windows provides users with things like 
  41. : : Xterm and AIXterm which provide very substantial terminal capabilities.
  42. : : Very much unlike a PC running DOS or Windows or even OS/2.
  43. : : Unless you must have a VT320 (you are connecting to a VMS system)
  44. : : I recommend (on AIX) using AIXterm and copying the termcap/terminfo
  45. : : files to the host you are logging into.  
  46. : : Kermit-95's new AIXTerm and HFT emulations are looking very good
  47. : : and should be out of beta test in a couple of weeks.
  48. : : http://www.columbia.edu/kermit/k95.html for Kermit-95
  49. : : http://www.columbia.edu/kermit/ckermit60.html for C-Kermit 6.0.192
  50. : I found a shareware called Netterm which also does a very good job of VT320
  51. : emulation for AIX.  Most of the function keys are working as expected.  You 
  52. : can find it at www.tucows.com.  Hope this would help.
  53. But the question (or at least the original one) regarded a VT320 emulator
  54. that runs on AIX.  Netterm, like Kermit 95, runs on Windows.  C-Kermit
  55. runs on AIX.
  56.  
  57. The normal method for making serial or network connections from AIX to
  58. elsewhere is to run C-Kermit in an Xterm or AIXterm window, and accomplish
  59. the necessary key mappings not in Kermit (which can't see the keys directly),
  60. but in Xterm or AIXterm.  I don't have a recipe for you specific to AIX, but
  61. here is some text from the C-Kermit online documentation that might help:
  62.  
  63. With xterm, for example, you can use 'xmodmap' ("man xmodmap" for details);
  64. here is an xterm mapping to map the Sun keyboard to DEC VT200 values for use
  65. with VT-terminal oriented applications like VMS EVE:
  66.  
  67.   keycode 101=KP_0
  68.   keycode 119=KP_1
  69.   keycode 120=KP_2
  70.   keycode 121=KP_3
  71.   keycode 98=KP_4
  72.   keycode 99=KP_5
  73.   keycode 100=KP_6
  74.   keycode 75=KP_7
  75.   keycode 76=KP_8
  76.   keycode 77=KP_9
  77.   keycode 52=KP_F1
  78.   keycode 53=KP_F2
  79.   keycode 54=KP_F3
  80.   keycode 57=KP_Decimal
  81.   keycode 28=Left
  82.   keycode 29=Right
  83.   keycode 30=KP_Separator
  84.   keycode 105=KP_F4
  85.   keycode 78=KP_Subtract
  86.   keycode 8=Left
  87.   keycode 10=Right
  88.   keycode 32=Up
  89.   keycode 33=Down
  90.   keycode 97=KP_Enter
  91.  
  92. Adjust as necessary for AIX (and if you would like to contribute an AIX-
  93. specific mapping back to the Kermit, please do, and we'll incorporate into
  94. the distribution).
  95.  
  96. Of course you could just as well use cu, tip, telnet, or rlogin from your
  97. Xterm or AIXterm window in the same way but (a) why use 3 or 4 different
  98. programs and interfaces for the same basic function (establishing terminal
  99. sessions to remote hosts); and (b) then you would give up file transfer,
  100. character-set translation and scripting in your terminal sessions.
  101.  
  102. If your connection to the remote session is 8-bit clean, tell C-Kermit to:
  103.  
  104.   set parity none ; (this is the default anyway)
  105.   set terminal bytesize 8
  106.   set command bytesize 8
  107.  
  108. and then you can use 8-bit character sets.  And you can also set up the
  109. necessary translations in C-Kermit if the remote host uses a different
  110. character set than your Xterm or AIXterm using the SET TERMINAL
  111. CHARACTER-SET <remote> [ <local> ] command, e.g.
  112.  
  113.   set terminal character-set dg-international latin-1
  114.   set terminal character-set dec-multinational cp850
  115.   set terminal character-set portuguese cp437
  116.   set terminal character-set cp850 latin-1
  117.   set terminal character-set latin-1 cp850
  118.   etc... (for Russian, Hebrew, Greek, etc)
  119.  
  120. The current version of C-Kermit is 6.0.192; you can find out all about it at:
  121.  
  122.   http://www.columbia.edu/kermit/ck60.html
  123.  
  124. And about Kermit 95 at:
  125.  
  126.   http://www.columbia.edu/kermit/k95.html
  127.  
  128. - Frank